Custom Haggles Instructions

1. Open the DFR file with Notepad.
2. Only change the right most number on the non-commented lines.
3. The changed number must be in hexidecimal. See hex chart below.
4. The first line is x, second line is y. Your final chances are x+1 in y. 
   By default it's 2 (01 + 1 = 2) in 16 (16 in hex is 10).
5. Make sure to make this change in all three DFR files if you want the change in all three scenarios.


Hexidecimal Values
number=hex value
 0 = 00
 1 = 01
 2 = 02
 3 = 03
 4 = 04
 5 = 05
 6 = 06
 7 = 07
 8 = 08
 9 = 09
10 = 0A
11 = 0B
12 = 0C
13 = 0D
14 = 0E
15 = 0F
16 = 10